home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperHack
/
SuperHack CD.bin
/
CODING
/
DELPHI
/
KSCAL.ZIP
/
REGCAL.PAS
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1995-09-17
|
211 b
|
19 lines
unit RegCal;
interface
procedure Register ;
implementation
uses Classes, KSCal;
{ Registration }
procedure Register ;
begin
RegisterComponents( 'Kinetic', [TKSCalendar] ) ;
end ;
end.